Background Service Domain
Defines events for background web platform features.
This API is marked as experimental in protocol definition and can change in the future.
Functions
backgroundServiceEventReceived
Link copied to clipboard
fun backgroundServiceEventReceived(): Flowable<BackgroundServiceEventReceivedEvent>
Content copied to clipboard
clearEvents
Link copied to clipboard
description
Link copied to clipboard
events
Link copied to clipboard
getDependencies
Link copied to clipboard
recordingStateChanged
Link copied to clipboard
setRecording
Link copied to clipboard
fun setRecording(input: SetRecordingRequest): Single<RequestResponseFrame>
Content copied to clipboard
startObserving
Link copied to clipboard
fun startObserving(input: StartObservingRequest): Single<RequestResponseFrame>
Content copied to clipboard
stopObserving
Link copied to clipboard
fun stopObserving(input: StopObservingRequest): Single<RequestResponseFrame>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard